バージョン

PropertyMappingCollection<TKey,TMapping> クラス

スケジュール オブジェクトのどのフィールドがデータ ソースのどのフィールドを指すかを指定するために使用される各種のフィールド マッピング コレクションの基本クラス。
シンタックス
'宣言
 
Public MustInherit Class PropertyMappingCollection
    (Of TKey,TMapping As {New, PropertyMappingBase(Of TKey)}) 
   Inherits Infragistics.Collections.ObservableCollectionExtended(Of TMapping)
public abstract class PropertyMappingCollection<TKey,TMapping> : Infragistics.Collections.ObservableCollectionExtended<TMapping> 
where TMapping: new(), PropertyMappingBase<TKey>
型パラメータ
TKey
スケジュール オブジェクトのプロパティを列挙したコレクションです (たとえば、Infragistics.Controls.Schedules.AppointmentPropertyMappingCollection で使用される場合)。MetadataPropertyMapping で使用される場合はメタデータ キーを示す文字列になります。
TMapping
PropertyMappingBase<TKey> から派生されるクラス。
参照